<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.thumblist1{}
.thumblist1 li{ float:left; width:248px; margin:0px 10px 0px 10px; }
.thumblist1 li a{ color:#555; }
.thumblist1 li .ChannelPicture{ display:block; overflow:hidden; }
.thumblist1 li img{ width:248px;hieght:190px; vertical-align:middle; transition:all .8s ease 0s; -moz-transition:all .8s ease 0s; -webkit-transition:0all .8s ease 0s; }
.thumblist1 li .InfoTitle{ display:block; font-size:16px;color:#555;margin-top:5px; text-align:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.thumblist1 li .time{ display:block; line-height:18px; background-size:14px; margin-top:10px; }
.thumblist1 li .info_wrap{ display:block; width:100%; }
.thumblist1 li .info_wrap p{ overflow:hidden; line-height:1.7em; height:5.1em; }
.thumblist1 li:hover .InfoTitle{ color:#00af4c; }
.thumblist1 li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);s }

.delay1{ -webkit-animation-delay:0.4s; animation-delay:0.4s; }
.delay2{ -webkit-animation-delay:0.6s; animation-delay:0.6s; }
.delay3{ -webkit-animation-delay:0.8s; animation-delay:0.8s; }
.delay4{ -webkit-animation-delay:1s; animation-delay:1s; }
.delay5{ -webkit-animation-delay:1.2s; animation-delay:1.2s; }
.delay6{ -webkit-animation-delay:1.2s; animation-delay:1.4s; }
.delay7{ -webkit-animation-delay:1.2s; animation-delay:1.5s; }
.delay8{ -webkit-animation-delay:1.2s; animation-delay:1.6s; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}</pre></body></html>